/* ================================================== */
/* STYLY PRO INSTALAČNÍ TABULKY ERPI-DOMOV */
/* ================================================== */

.installation-guide {
    width: 100%;
    border-collapse: collapse;
    margin-top: 25px;
    margin-bottom: 25px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.installation-guide th {
    background-color: #f5f7fa;
    padding: 12px 20px;
    text-align: left;
    font-size: 1.3em;
    color: #333;
    border-bottom: 2px solid #00009b;
}

.installation-guide td {
    padding: 20px;
    border-bottom: 1px solid #e0e0e0;
    vertical-align: middle;
}

.installation-guide tr:last-child td {
    border-bottom: none;
}

.installation-guide .icon-cell {
    width: 80px;
    text-align: center;
}

.installation-guide .icon-cell img {
    max-width: 60px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.installation-guide .step-content .step-title {
    font-weight: bold;
    font-size: 1.1em;
    color: #333;
    margin: 0 0 5px 0;
}

.installation-guide .step-content .step-description {
    color: #555;
    margin: 0;
    line-height: 1.5;
}